home *** CD-ROM | disk | FTP | other *** search
- --AMIGADOS GUIDE V2.0--
- GETENV
-
-
- USE:
- This command is used to retrieve the value of an environmental variable.
-
- PATH:
- internal
-
- SYSTEM:
- 2.0 (enhanced), 2.1, 3.0
-
- EXAMPLES:
- 1>GETENV Editor (where is More's editor)
- SYS: Tools/Memacs
-
- NOTES:
- Environmental variables can be read and displayed in command lines using
- the Doller ($) operator. See below:
-
- 1>ECHO "The path for More's editor is $ Editor"
- The path for More's editor is Extras:Tools/Memacs
-